text/tabwriter.Writer.append (method)

6 uses

	text/tabwriter (current package)
		tabwriter.go#L413: func (b *Writer) append(text []byte) {
		tabwriter.go#L541: 				b.append(buf[n:i])
		tabwriter.go#L564: 				b.append(buf[n:i])
		tabwriter.go#L576: 					b.append(buf[n:i])
		tabwriter.go#L591: 				b.append(buf[n:j])
		tabwriter.go#L599: 	b.append(buf[n:])